text/template/parse.Tree.newChain (method)

2 uses

	text/template/parse (current package)
		node.go#L537: func (t *Tree) newChain(pos Pos, node Node) *ChainNode {
		parse.go#L697: 		chain := t.newChain(t.peek().pos, node)